home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / AUTO2.Dxr / 00059.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  169 b   |  13 lines

  1. on exitFrame
  2. end
  3.  
  4. on mouseDown
  5.   global x, playlist
  6.   set x to 53
  7.   put EMPTY into field "playList"
  8.   sound stop 1
  9.   puppetTransition(23)
  10.   cursor(-1)
  11.   go("menu2")
  12. end
  13.